home *** CD-ROM | disk | FTP | other *** search
- /* ---------------------------------------------------------------------- */
- /* Copyright (C) 1991 by Natürlich! */
- /* This file is copyrighted! */
- /* Refer to the documentation for details. */
- /* ---------------------------------------------------------------------- */
- #ifndef __STATISTICKS__
- #define __STATISTICKS__
- extern int _emallocs, _eallocs, _efrees, _erfrees, _mmallocs,
- _llmallocs, _llallocs, _lgmallocs, _lgallocs,
- _smallocs, _sallocs, _rmallocs, _rallocs,
- _xmallocs, _xallocs;
- extern long _ssallocs, _mused, _maxused,
- _rmasize, _emasize, _llmasize, _lgmasize, _smasize, _mmasize,
- _xmasize;
- #endif
-